Skip to content

Commit

Permalink
MAINT: reviewer adjustments re: AVX
Browse files Browse the repository at this point in the history
* ISA_exp/log have been inlined to prevent
build errors when included in PR 12519
  • Loading branch information
tylerjereddy committed May 15, 2019
1 parent f76fa21 commit 31f0bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/src/umath/simd.inc.src
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ abs_ptrdiff(char *a, char *b)
* #func = exp, log#
*/

static void
static NPY_INLINE void
@ISA@_@func@_FLOAT(npy_float *, npy_float *, const npy_intp n);

/**end repeat1**/
Expand Down

0 comments on commit 31f0bb1

Please sign in to comment.