Loading cc/config/riscv64_device.go +0 −2 Original line number Diff line number Diff line Loading @@ -29,8 +29,6 @@ var ( // This is already the driver's Android default, but duplicated here (and // below) for ease of experimentation with additional extensions. "-march=rv64gcv_zba_zbb_zbs", // TODO: move to driver (https://github.com/google/android-riscv64/issues/111) "-mno-strict-align", // TODO: remove when qemu V works (https://gitlab.com/qemu-project/qemu/-/issues/1976) // (Note that we'll probably want to wait for berberis to be good enough // that most people don't care about qemu's V performance either!) Loading Loading
cc/config/riscv64_device.go +0 −2 Original line number Diff line number Diff line Loading @@ -29,8 +29,6 @@ var ( // This is already the driver's Android default, but duplicated here (and // below) for ease of experimentation with additional extensions. "-march=rv64gcv_zba_zbb_zbs", // TODO: move to driver (https://github.com/google/android-riscv64/issues/111) "-mno-strict-align", // TODO: remove when qemu V works (https://gitlab.com/qemu-project/qemu/-/issues/1976) // (Note that we'll probably want to wait for berberis to be good enough // that most people don't care about qemu's V performance either!) Loading