| 27 | sizeof(interesting_doubles_) / sizeof(interesting_doubles_[0]); |
| 28 | |
| 29 | void NOINLINE test_add_pd() { testNaNBits = false; Ret_M256d_M256d(__m256d, _mm256_add_pd); } |
| 30 | void NOINLINE test_add_ps() { testNaNBits = false; Ret_M256_M256(__m256, _mm256_add_ps); } |
| 31 | |
| 32 | void NOINLINE test_sub_pd() { testNaNBits = true; Ret_M256d_M256d(__m256d, _mm256_sub_pd); } |