@EastonMan 看的新闻
+碎碎念
+膜大佬
+偶尔猫猫
+伊斯通听的歌
#今日看了什么
GNU Compiler Collection AutoVectorization for RISC-V’s Vector Extension 1.0: A Comparative Study Against x86-64 AVX2

https://www.diva-portal.org/smash/get/diva2:1985723/FULLTEXT01.pdf
#今日看了什么
#NetBoot
原来从 GRUB 启动 ISO 这么简易
# Install grub-imageboot
apt install grub-imageboot

# Download netboot.xyz ISO
mkdir /boot/images
cd /boot/images
wget https://boot.netboot.xyz/ipxe/netboot.xyz.iso

# Update GRUB menu to include this ISO
update-grub2
reboot


https://netboot.xyz/docs/booting/grub
 
 
Back to Top