Actions
Bug #957
closedMacOS on ARM does not have <xmmintrin.h>
Start date:
2020-12-03
Due date:
% Done:
100%
Estimated time:
Module:
config
Operating System:
Compiler:
Description
Currently, the arith.cc test program executed during the configure phase contains the following code:
#ifdef __APPLE__
For controlling floating point exceptions on OS X.
#include <xmmintrin.h>
#endif
MacOS on ARM does not have this header file. This prevents successful compilation of DCMTK on that platform. A proper alternative for enabling/disabling floating point execptions on MacOS on ARM needs to be identified and implemented.
Bug report submitted by Hiroaki Inomata <inomatah0612@gmail.com> on 2020-12-02.
Updated by Marco Eichelberg over 4 years ago
- Status changed from New to Closed
- Assignee set to Michael Onken
- % Done changed from 0 to 100
Closed by commit #5fba853b6.
Actions