Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
use std header
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyu-intel committed Jun 21, 2024
1 parent d5948bb commit c89f334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neural_speed/vectors/cpu/vec_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#define ENGINE_EXECUTOR_INCLUDE_VEC_BASE_HPP_

#include <immintrin.h>
#include <cstdint>
#include <stdint.h>

#if __AVX512F__
struct fp32x16 {
Expand Down

0 comments on commit c89f334

Please sign in to comment.