Skip to content

Commit

Permalink
Added <pmmintrin.h> header
Browse files Browse the repository at this point in the history
  • Loading branch information
WillisMedwell committed Jan 25, 2024
1 parent 44140e6 commit 3664129
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
![Clang Build](https://github.com/WillisMedwell/Utily/actions/workflows/clang.yml/badge.svg)
![GCC Build](https://github.com/WillisMedwell/Utily/actions/workflows/gcc.yml/badge.svg)

**Utily** is a library using modern C++ features. From basic helper types to reflection, this library supplies all the ideal functions to **build robust and compile-time compatiable** code in C++.
**Utily** is a library using modern C++ features. From basic helper types to reflection, this library supplies all the ideal functions to **build robust** software in C++.

In addition the library is **optimised for Windows, Emscripten**, and Linux too.



## Library Contents

```c++
Expand Down
1 change: 1 addition & 0 deletions include/Utily/Simd.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#define UTY_SUPPORTS_128 1
#include <emmintrin.h>
#include <xmmintrin.h>
#include <pmmintrin.h>
#else
#define UTY_SUPPORTS_128 0
#endif
Expand Down

0 comments on commit 3664129

Please sign in to comment.