Skip to content

Commit

Permalink
Added cosmetic correction
Browse files Browse the repository at this point in the history
  • Loading branch information
shajder committed Apr 12, 2023
1 parent 53e0854 commit 0ffbeb1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions test_conformance/conversions/test_conversions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
#include <time.h>

#include <algorithm>
#include <vector>
#include <type_traits>
#include <vector>

#include "Sleep.h"

Expand All @@ -64,9 +64,10 @@
#endif

#if (defined(__arm__) || defined(__aarch64__)) && defined(__GNUC__)
/* Rounding modes and saturation for use with qcom 64 bit to float conversion library */
bool qcom_sat;
roundingMode qcom_rm;
/* Rounding modes and saturation for use with qcom 64 bit to float conversion
* library */
bool qcom_sat;
roundingMode qcom_rm;
#endif

////////////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 0ffbeb1

Please sign in to comment.