mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 23:10:54 +01:00
ircd::spirit: Add simd.h to spirit pch.
This commit is contained in:
parent
67dec89155
commit
114eb3a567
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
||||||
// ircd.h is included here so that it can be compiled into this header. Then
|
// ircd.h is included here so that it can be compiled into this header. Then
|
||||||
// this becomes the single leading precompiled header.
|
// this becomes the single leading precompiled header.
|
||||||
#include <ircd/ircd.h>
|
#include <ircd/ircd.h>
|
||||||
|
#include <ircd/simd.h>
|
||||||
|
|
||||||
// Disables asserts in spirit headers even when we're NDEBUG due to
|
// Disables asserts in spirit headers even when we're NDEBUG due to
|
||||||
// some false asserts around boolean character tests in spirit.
|
// some false asserts around boolean character tests in spirit.
|
||||||
|
|
Loading…
Reference in a new issue