summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@online.no>2021-04-30 11:45:57 +0200
committerTor Egge <Tor.Egge@online.no>2021-04-30 11:45:57 +0200
commit79a3348b3c79621e1db0ef698549a3b0752f1d0d (patch)
treef7650a8bdbb50714af03fe14b2e56202b3eb27d6 /document
parentb08ecfadb9cd518d0a9ae3ca13eb6dc31e43fcdd (diff)
Double is little-endian on AARCH64EL.
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/util/bytebuffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/document/src/vespa/document/util/bytebuffer.cpp b/document/src/vespa/document/util/bytebuffer.cpp
index 644edb0664d..ad28096cfad 100644
--- a/document/src/vespa/document/util/bytebuffer.cpp
+++ b/document/src/vespa/document/util/bytebuffer.cpp
@@ -28,7 +28,7 @@ void throwOutOfBounds(size_t want, size_t has)
}
-#if defined(__i386__) || defined(__x86_64__)
+#if defined(__i386__) || defined(__x86_64__) || defined(__AARCH64EL__)
template<typename T>
void