This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifdef __PPC64__ | |
| #include <altivec.h> | |
| #include <stddef.h> | |
| //-------------------------------------------------------------------------------------------------- | |
| // THDoubleVector_fill_VSX: | |
| //-------------------------------------------------------------------------------------------------- | |
| static void THDoubleVector_fill_VSX(double *x, const double c, const ptrdiff_t n) | |
| { |