intel / intel/gmmlib

Do not impose -fno-strict-aliasing in compiler flags

Open
#38 0 comments 0 reactions 0 assignees View on GitHub
P1
Dominant language
C++
Stars
197
Forks
100
PR merge metrics
No merged PRs in 30d

Description

When removing, this kind of warnings start showing up

common/gfxmacro.h:193:18: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
ux = mask & *(uint32_t *) &fx; \
^~~~~~~~~~~~~~~~

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.