Skip to content

Commit

Permalink
update math
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyu-intel committed Jun 21, 2024
1 parent c89f334 commit a1e33bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_speed/vectors/cpu/vec_arithmetic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include "vec_load.hpp"
#include "vec_store.hpp"
#include "vec_arithmetic.hpp"
#include "cmath"
#include <math.h>

fp32x16 sub_fp32x16(fp32x16 x, fp32x16 y) {
#if __AVX512F__
Expand Down

0 comments on commit a1e33bb

Please sign in to comment.