simplify _loop so that the "prologe" is shorter and the jump is back into

the first < 5 bytes
This commit is contained in:
2018-01-03 21:35:00 +01:00
parent 8989abafd2
commit 2048bdb6e1
10 changed files with 25 additions and 29 deletions

View File

@@ -11,6 +11,6 @@ typedef void (*TypeAVX)(float num, void* res);
typedef uint32_t (*TypeRDRAND)(void);
typedef uint32_t (*TypeLoop)(uint32_t num, uint32_t cnt);
typedef uint32_t (*TypeLoop)(uint32_t num);
typedef uint32_t (*TypeTailRecursion)(uint32_t x);