We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcf322 commit dde6a11Copy full SHA for dde6a11
tools/vendor
@@ -1,6 +1,6 @@
1
XTL_VERSION=0.7.5
2
XSIMD_VERSION=10.0.0
3
-XTENSOR_VERSION=0.24.4
+XTENSOR_VERSION=0.24.5
4
XTENSOR_R_VERSION=0.14.2
5
6
# xtl
@@ -11,6 +11,8 @@ else
11
git clone https://github.com/xtensor-stack/xtl --branch ${XTL_VERSION}
12
cp -r xtl/include/xtl ./inst/include
13
rm -rf xtl
14
+ # Add newline in the end of xhalf_float_impl.hpp for R CRAN checks
15
+ echo "" >> ./inst/include/xtl/xhalf_float_impl.hpp
16
fi
17
18
# xsimd
0 commit comments